CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scheduling algorithm

搜索资源列表

  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1276
    • 提供者:苡莣
  1. Disk-Scheduling-Alogorithms

    0下载:
  2. 操作系统磁盘调度算法 操作系统磁盘调度算法-Operating system, disk scheduling algorithm operating system, disk scheduling algorithms operating system disk scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:57941
    • 提供者:panpan
  1. Scheduling-algorithm-is-compared-

    1下载:
  2. 各种内部排序算法的时间复杂度分析结果只给出了算法执行时间的阶,或大概的执行时间。试通过随机的数据比较各算法的关键字比较次数和关键字移动的次数。-The time complexity analysis of the various internal sorting algorithm only gives the order of the algorithm execution time, or about the execution time. Test the random data al
  3. 所属分类:Data structs

    • 发布日期:2015-01-26
    • 文件大小:11264
    • 提供者:刘颖
  1. High-level-synthesis-scheduling

    0下载:
  2. 完成了一个高层次综合调度算法的实现过程,界面直观明了,是浙江大学研究生课程现代电路设计中的一个课程设计-Completed the comprehensive scheduling algorithm implemented in a high-level process, the interface is intuitive and clear, modern circuit design of Zhejiang University postgraduate courses in a cur
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:17550915
    • 提供者:李昀泽
  1. processor-scheduling

    0下载:
  2. 用C语言模拟处理机调度 使用的是优先级调度算法 -C language simulation processor scheduling priority scheduling algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-11-20
    • 文件大小:1426
    • 提供者:舒琪
  1. Cycle-time-slice-rotary-algorithm

    0下载:
  2. 实验任务 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。 调度算法: 时间片循环法 1、 设计进程控制块PBC表结构,适用循环时间片轮转算法。 2、 PBC结构通常包括以下信息:进程名、进程优先数、轮转时间片、进程的CPU时间,进程状态等。根据调度算法不同,PCB结构可作适当的调整。 3、 建立进程队列。对不同的算法编制不同的入链程序。 程序要求达到的运行效果:在设置好进程数量、调度算法后,系统能按设定的参数运行,并在屏幕上交替显示就绪队列和完成队列的进程名等
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-11
    • 文件大小:10942
    • 提供者:后双
  1. algorithm

    0下载:
  2. 轮转调度算法和优先调度算法,这里我实验课上的作业,现在贡献出来,大家一起学习-Round-robin scheduling algorithm and priority scheduling algorithm, my experimental class job here, contributed, we will study together
  3. 所属分类:IME Develop

    • 发布日期:2017-11-13
    • 文件大小:2080
    • 提供者:hahah
  1. process-scheduling

    0下载:
  2. 设计一个有 N个进程并发执行的进程调度模拟程序。用C++模拟基于时间片的轮转算法、静态优先算法、动态优先算法、多级反馈队列调度算法-The design of an N processes concurrently executing process scheduling simulation program. In C++ to simulate the rotation algorithm based on the time slice, the static priority algori
  3. 所属分类:OS Develop

    • 发布日期:2017-11-04
    • 文件大小:283022
    • 提供者:夜鼠
  1. job-scheduling

    0下载:
  2. 用高级语言编写一个或多个作业调度的模拟程序,进行程序设计的训练,加深对作业调度算法的理解-One or more of the job scheduling simulation program written in a high level language programming training, to deepen understanding of the job scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-10
    • 文件大小:79693
    • 提供者:夜鼠
  1. process-scheduling

    0下载:
  2. 操作系统进程调度,包括最高优先数优先算法、简单时间片轮转调度算法、多级反馈队列调度算法-Operating system process scheduling, including the highest priority first algorithm, a simple time-slice round-robin scheduling algorithm, multi-level feedback queue scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-17
    • 文件大小:242702
    • 提供者:潘宝
  1. job-scheduling

    0下载:
  2. 操作系统作业调度,包括单、多道批处理先来先服务算法,单、多道处理最短作业优先调度算法,单道批处理响应比高者优先调度算法-Operating system job scheduling, including single and multi-channel batch first-come, first-serve algorithm, single and multi-channel processing shortest job first scheduling algorithm, sing
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:432772
    • 提供者:潘宝
  1. Optimal-scheduling

    0下载:
  2. 最佳调度,算法分析中很重要的一种处理方法,通过比较最终数值大小,得出结果-Best scheduling algorithm analysis an approach by comparing the final value of the size, the results
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:5174381
    • 提供者:徐昌
  1. process-scheduling-experiment

    0下载:
  2. 操作系统进程调度实验://代码没有问题,是由cpp改成txt的,肯定能够运行。 //功能:根据磁盘调度的三种算法FCFS、短作业优先SJF和时间片轮转计算出处理机在分配内存时的工作原理,同时加深对这三种算法的记忆。 -Operating system process scheduling experiment ://code no problem, is changed by the cpp txt certainly be able to run.// Function: acc
  3. 所属分类:OS Develop

    • 发布日期:2017-11-25
    • 文件大小:1628
    • 提供者:金旭斌
  1. Process-scheduling-algorithms

    0下载:
  2. 进程的调度算法,感觉挺好的,与大家分享一下-The process scheduling algorithm, I feel very good to share with you
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:1810
    • 提供者:随风
  1. Disk-scheduling

    0下载:
  2. 对操作系统的磁盘调度的一个算法模拟,可以根据界面上的提示进行相应操作。-An operating system disk scheduling algorithm simulation, based on the interface and operate accordingly.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-21
    • 文件大小:1081
    • 提供者:
  1. Process-scheduling

    0下载:
  2. 用vc++编写的一个对操作系统进程调度的一个模拟算法,可以根据界面提示进行操作。-The a written vc++ a simulation of the operating system process scheduling algorithm, According to the interface.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:2057
    • 提供者:
  1. Task-scheduling

    0下载:
  2. 任务调度算法。依据严蔚敏C数据结构编写,可作为数据结构实验的源代码。使用C++编写。包括一个头文件一个cpp文件。用于模拟CPU事件任务到达的处理流程。-Task scheduling algorithm. Based YanWeiMin C data structures to prepare, can be used as the experimental data structure of the source code. Use C++ writing. Including a head
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:18360
    • 提供者:VongRuohang
  1. Process-scheduling

    0下载:
  2. 进程的调度基于时间片轮转的调度算法操作系统课程设计中十分简单的小程序-The process of scheduling time-based round-robin scheduling algorithm courses on operating system design is very simple little program
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:841
    • 提供者:程昱
  1. 210085428-CPU-Scheduling-Algorithm

    0下载:
  2. Round Robin and First come first served Scheduling algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:721349
    • 提供者:Lefatse
  1. Scheduling

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序     提示:    (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为:    进程名、指针、要求运行时间、优先数、状态。    进程名——P1~P5。 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。    要求运行时间——假设进程需要运行的单位时间数。    优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 状态——假设两种状态,就绪,用R表示,和结
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1052301
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com